home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / FLAT.ZIP / FLATM.H < prev    next >
Text File  |  1993-04-13  |  782b  |  31 lines

  1. #define DLG_SEARCHFORSTR    210
  2. #define DLG_SEARCHFORINPUT    202
  3. #define DLG_YEAR    120
  4. #define DLG_ALL    121
  5. #define DLG_INVOICE    120
  6. #define DLG_LISTBOX    102
  7. #define DLG_DATEINPUT1    116
  8. #define DLG_DATEINPUT2    117
  9. #define DLG_DATEINPUT3    118
  10. #define DLG_INVOICE2 119
  11. #define DLG_NAME    101
  12. #define DLG_COMPANY    102
  13. #define DLG_ADDRESS1    103
  14. #define DLG_ADDRESS2    104
  15. #define DLG_CITY    105
  16. #define DLG_STATE    106
  17. #define DLG_ZIP    107
  18. #define DLG_COUNTRY    108
  19. #define DLG_PRODUCT    109
  20. #define DLG_PRICE    110
  21. #define DLG_SOLDVERSION    111
  22. #define DLG_UPDATEVERSION    112
  23. #define DLG_DATESTR1    113
  24. #define DLG_DATESTR2    114
  25. #define DLG_DATESTR3    115
  26. #define IDM_VIEW     106
  27. #define IDM_ADD    101
  28. #define IDM_EDIT   102
  29. #define IDM_DELETE 103
  30. #define IDM_PRINT  104
  31. #define IDM_CLOSE  105